LEADTOOLS (Leadtools assembly)

Insert Method

Show in webframe







Index at which to insert the item.
Item to insert.
Inserts the specified item at the specified index.
Syntax
public virtual void Insert( 
   int index,
   T item
)
'Declaration
 
Public Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal item As T _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim index As Integer
Dim item As T
 
instance.Insert(index, item)
public virtual void Insert( 
   int index,
   T item
)

            

            
 function Leadtools.RasterCollection.Insert( 
   index ,
   item 
)
public:
virtual void Insert( 
   int index,
   T^ item
) 

Parameters

index
Index at which to insert the item.
item
Item to insert.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.